@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
body {
  /*
  font-family: 'Barlow', sans-serif;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
  font-family:PingFang SC,Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif;
  font-family: 'Noto Serif', serif;
  font-family: raleway,Arial,sans-serif;
  font-family: 'Poppins', sans-serif!important; 
  */
  border: none;
  outline: none
}
p,span,div,h1,h2,h3,h5,h6{
  word-break: break-word;
}
:root {
  --theme-color:#005494;
  --themes-color:#ed1c24;
  --swiper-navigation-size: 50px;
}
a {
  outline:none;
}

div,
p,
span {
  /*
  word-break: keep-all!important;  
  */
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
  display: none!important;
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}
.page_a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  background: #ccc;
  color: #666;
}
.page_a.disabled {
  font-size: 14px;
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(244, 244, 245, 1);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #ccc;
}
.page_a.disabled:hover {
  color: #fff;
  border-color: #cb0002;
  background-color: #cb0002;
}
.page_a.current {
  background: #cb0002;
}
.page_a:hover {
  background: #cb0002;
  color: rgba(255,255,255,1);
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #cb0002;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}
@keyframes scrollmouse{
  from {
    transform: translate(-50%,0);
    opacity:1;
  }
  to {
    transform: translate(-50%,10px);
    opacity:0;
  }
}
@media only screen and (max-width: 768px){
  #c_product_detail_013-16527701513581 .e_container-132 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    display-radio: flex;
  }
  #c_grid-16457842165150{
    display: none!important;
  }
  #c_product_list_019-16396257078600 .swiper-button-next, 
  #c_product_list_019-16396257078600 .swiper-button-prev{
    display: none!important;
  }
  #c_static_001-1639474398600 .e_navigationF-2 .p_navButton > p span {
    background: #c00;
  }
  #c_grid-16394716322740 > .p_gridbox {
    display: flex;
    align-items: center;
  }
  #c_static_001-1639473756592 .e_image-1 {
    overflow: hidden;
    max-width: 150px;
    height: auto;
    max-height: none;
    width: auto;
    padding-left: 0px;
    margin-left: 0px;
    display-radio: 1;
  }
}
.zcfdcd {
  position:fixed;
  right:0;
  margin-right:0px;
  top:40%;
  z-index:9;
}
.zcfdcd .btn{
  width:48px;
  height:48px;
  display: block;
  margin-bottom: 4px;
  cursor:pointer;
  position:relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-radius: 0px;
  padding: 0px;
  line-height: 48px;
  border: none;
  align-items: center;
  display: flex;
}
.zcfdcd .btn .yctb{
  display: flex;
  width: 2pc;
  height: 2pc;
  line-height: 2pc;
  border: none;
  padding: 2px 2px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  fill: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
}
.zcfdcd .btn .yctb .icon_tb {
  width:100%;
  height:auto;
  display: inline-block;
}
.zcfdcd .btn-wx .yctb{
  width:1.6pc;
  height: 1.6pc;
  line-height:1.6pc;
}
.zcfdcd .btn-ly{
  background: var(--themes-color);
}
.zcfdcd .btn-ly .yctb{
  width:1.6pc;
  height: 1.6pc;
  line-height:1.6pc;
}
.zcfdcd .btn-ly:hover{
  background: #cb0002;
}
.zcfdcd a.btn-ly,.izl-rmenu a.btn-ly:visited{
  text-decoration:none;
}
.zcfdcd .btn-qq{
  background: var(--themes-color);
}
.zcfdcd .btn-qq:hover{
  background: #cb0002;
}
.zcfdcd .btn-qq .yctb{
  width:1.6pc;
  height: 1.6pc;
  line-height:1.6pc;
}
.zcfdcd a.btn-qq,.izl-rmenu a.btn-qq:visited{
  background: var(--themes-color);
}
.zcfdcd .btn-wx{
  background: var(--themes-color);
}
.zcfdcd .btn-wx:hover{
  background: #cb0002;
}
.zcfdcd .btn-wx .pic{
  position:absolute;
  left:-130px;
  top:-65px;
  display:none;
  width:130px;
  height:160px;
}
.zcfdcd .btn-phone{
  background: var(--themes-color);
}
.zcfdcd .btn-phone .yctb{
  width:1.6pc;
  height: 1.6pc;
  line-height:1.6pc;
}
.zcfdcd .btn-phone:hover{
  background: #cb0002;
}
.zcfdcd .btn-phone .phone{
  background: var(--themes-color);
  position:absolute;
  width:auto;
  right:-100%;
  top:0px;
  line-height:48px;
  color:#FFF;
  font-size:18px;
  text-align:center;
  display:none;
}
.zcfdcd .btn-phone .phone.dh {
  background: #cb0002;
  position: absolute;
  width: auto;
  right: 100%;
  top: 0px;
  line-height: 48px;
  color: #FFF;
  padding: 0px 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 0px;
}
.zcfdcd .btn-phone .phone a{
  white-space: nowrap;
  color:#FFF;
}
.zcfdcd .btn-top{
  background: #cb0002;
  display:none;
  padding-top: 6px;
}
.zcfdcd .btn-top:hover{
  background: var(--themes-color);
}
@media only screen and (min-width: 769px){
  #c_grid-116273709439191{

    transition:all 0.5s ease 0s;
  }
  #c_grid-116273709439191.yya{
    box-shadow:0px 5px 5px 0px rgba(100, 100, 100, 0);
  }
  #c_grid-116273709439191.syys.nyys {
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  #c_grid-116273709439191.syys.yya{
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #c_grid-116273709439191.syys.active{
    background-color: rgba(0, 0, 0, 0.8);
  }
  #c_grid-116273709439191.nyys{
    background: #232323;
  }
  #c_grid-116273709439191.yya{
    top:0px;
  }
  #c_grid-116273709439191.yya.sabit{
    top:0px;
  }
  #c_grid-116273709439191.gizle{
    top: -92px;
  }
  #c_grid-116273709439191.sabit{
    top: 0px;
  }
}
@media only screen and (max-width: 768px){
  #c_static_001_P_249-16545044844420{
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
  }
}
@media only screen and (max-width: 1580px) and (min-width: 769px){
}
@media only screen and (max-width: 1440px) and (min-width: 769px){
  .L_nav .pc_nav li.hvr-left .home-dec {
    margin: 0 20px;
  }
  .L_nav .hvr-left_last {
    margin-left: 10px;
  }
  .L_nav .pc_nav .header1>.header-left .L_tel {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1360px) and (min-width: 769px){
  .L_nav .pc_nav li.hvr-left .home-dec {
    margin: 0 18px;
    font-size: 16px;
  }
  #c_banner_019-16563264840800 .e_bannerD-4 .p_summary {
    width: 50%;
  }
  .L_nav .hvr-left_last {
    margin-left: 10px;
  }
  .L_nav .pc_nav .header1>.header-left .L_tel {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px){
}
@media only screen and (min-width: 769px){
}
@media only screen and (max-width: 1440px) and (min-width: 769px){
  #c_banner_019-16563264840800 .e_bannerD-4 .p_subtitle,
  #c_banner_019-16563264840800 .e_bannerD-4 .p_btitle {
    font-size: 54px;
  }
  
  #c_banner_019-16563264840800 .e_bannerD-4 .p_summary {
    font-size: 20px;
    line-height: 1.5;
    width: 55%;
}
}